Skip to main content

Generic Page

If you want to customize your own tagging strategy, you can choose the genericPage attributes rather than the predefined ones on each urlType interface.

beyable.page.setAttributes({
urlType: EPageUrlType.PRODUCT,
pageReferrer: document.referrer,
url: "http://www.my-web-site.com",
genericPage: {
customValue1: "customValue1",
customValue2: "customValue2",
customValue3: "customValue3",
customValue4: "customValue4",
customValue5: "customValue5",
tags: ["tag1"],
},
});

genericPage attributes details#

attributestypeactions
customValue1
string
customValue2
string
customValue3
string
customValue4
string
customValue5
string
tags
string[]